home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / roam-and-protect.swf / scripts / DefineButton2_110 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-29  |  171 b   |  7 lines

  1. on(press){
  2.    levnum = _root.thislev.charAt(5);
  3.    backlev = _root.thislev.substring(0,5) add (int(levnum) + 1);
  4.    _root.gotoAndPlay(backlev);
  5.    gotoAndStop(1);
  6. }
  7.